EntryWidget

interface EntryWidget<T>

Interface handles an Entry creating a ClickableWidget

Expectation is that a new widget is made on every call

Author

fzzyhmstrs

Since

0.2.0

Inheritors

Functions

Link copied to clipboard
open fun widgetAndTooltipEntry(choicePredicate: ChoiceValidator<T> = ChoiceValidator.any()): ClickableWidget
Link copied to clipboard
abstract fun widgetEntry(choicePredicate: ChoiceValidator<T> = ChoiceValidator.any()): ClickableWidget